





/*


.banner {
  width: 100%;
  height: 910px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 910px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 200px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 200px;
  z-index: 999;
}
.banner .hd {
  width: 187px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  position: absolute;
  bottom: 44px;
  left: 50%;
  border-left: 44px 50% solid;
  transform: translateX(-50%);
  z-index: 999;
  box-sizing: border-box;
  padding: 13px 25px;
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  width: 42px;
  background-color: #ffc363;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 30px;
  height: 4px;
  background-color: #e3e3e3;
  border-radius: 2px;
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 800px;
  }
  .banner .bd ul li {
    height: 800px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 685px;
  }
  .banner .bd ul li {
    height: 685px;
  }
}*/








.glue1 {
  width: 100%; height:auto;
  overflow: hidden;
}





.glue1 .zi { width:40%;
  float: left; margin:120px 0 0 10%; padding-right:5%
}




.glue1 .zi em {
  display: block;
  width: 60px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #ffc363;
  box-sizing: border-box;
  text-align: center;
  color: #ffc363;
  line-height: 30px;
}

.glue1 .zi h3 {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #111111;
  font-weight: bold;
  width: 370px;
  margin: 12px 0;
}




.glue1 .zi p {
  line-height: 35px;
  letter-spacing: 0px;
  color: #555555;
  font-size: 16px;
  margin: 20px 0 38px;
}



@media screen and (max-width: 1680px) {
.glue1 .zi { width:44%;
  float: left; margin:30px 0 0 6%; padding-right:3%
}
.glue1 .zi h3 {
  font-size: 30px;
  margin: 5px 0;
}
.glue1 .zi p {
  line-height: 30px;
  font-size: 14px;
  margin: 30px 0;
}
}




@media screen and (max-width: 1440px) {
.glue1 .zi { width:44%;
  float: left; margin:30px 0 0 6%; padding-right:3%
}
.glue1 .zi h3 {
  font-size: 30px;
  margin: 5px 0;
}
.glue1 .zi p {
  line-height: 30px;
  font-size: 14px;
  margin: 30px 0;
}
}








@media screen and (max-width: 1024px) {
.glue1 .zi { width:98%; float:none; margin:30px auto; padding-right:0%
}


.glue1 .zi h3 {
  font-size: 25px;
  margin: 0px 0;
}

.glue1 .zi p {
  line-height: 30px;
  font-size: 14px;
  margin: 20px 0;
}

}



.glue1 .zi .mo {
  width: 295px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.glue1 .zi .mo a:nth-child(2) {
  background: #ffc363;
  color: #000;
}
.glue1 .zi .mo a {
  display: block;
  width: 136px;
  height: 46px;
  border-radius: 10px;
  border: solid 2px #ffc363;
  text-align: center;
  line-height: 46px;
  color: #ffc363;
}
.glue1 .tu {
  width: 50%; height:70vh; float:left;background-size:100% 100%!important;background:url(../images/cp_bg.jpg);
}
.glue1 .tu img{ width:100%; height:auto}


@media screen and (max-width: 1680px) {
.glue1 .tu { height:65vh; 
}
}


@media screen and (max-width: 1440px) {
.glue1 .tu { height:60vh; 
}
}


@media screen and (max-width: 1024px) {
.glue1 .tu { display:none
}
}

.glue2 {
  width: 100%;
  height: 890px;
  padding-top: 103px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #effcff;
}
.glue2 .zi {
  width: 100%;
  text-align: center;
  height: 310px;
}
.glue2 .zi h3 {
  font-size: 43px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 0px;
  color: #111111;
  font-weight: bold;
}
.glue2 .zi p {
  line-height: 35px;
  letter-spacing: 0px;
  color: #555555;
  font-size: 16px;
  margin: 10px auto 22px;
  width: 488px;
}
.glue2 .zi .mo {
  width: 295px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.glue2 .zi .mo a:nth-child(2) {
  background: #ffc363;
  color: #000;
}
.glue2 .zi .mo a {
  display: block;
  width: 136px;
  height: 46px;
  border-radius: 10px;
  border: solid 2px #ffc363;
  text-align: center;
  line-height: 46px;
  color: #ffc363;
}
.glue2 .tu {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.glue2 .tu img {
  margin-left: 70px;
}
.biaoti {
  width: 200px;
  height: 98px;
  float: left;
}
.biaoti h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #000;
}
.biaoti h3 a {
  color: #000;
}
.biaoti p {
  margin: 18px 0 22px;
  color: #7d6d53;
  font-weight: bold;
  font-family: simsun;
  font-size: 15px;
  line-height: 10px;
}
.biaoti .xian {
  width: 39px;
  height: 3px;
  background-color: #ffc363;
}
.product {
  width: 100%; height:auto;
  overflow: hidden;
  padding: 50px 0 80px 0;
  box-sizing: border-box; background-color:#e5e5e5;
}
.product .pic {
  position: absolute;
  top: -25px;
  right: 222px;
  z-index: 99;
}
.product .dh {
  float: right;
  height: 56px;
  margin: 7px 390px 0 0;
  box-sizing: border-box;
  padding-left: 72px;
  background: url("../images/dh.png") no-repeat left center;
  color: #000000;
  font-size: 14px;
  line-height: 26px;
}
.product .dh p {
  color: #000000;
  font-size: 28px;
  line-height: 23px;
  font-weight: bold;
}
.product .box {
  float: left;
  margin-top: 48px;
  width: 400px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 18px; width:25%; margin-left:5%
}
@media only screen and (max-width: 1680px){
	.product {
  padding: 50px 0 70px 0; 
}
	.product .box { width:23%; margin-left:7%
}

}
.product .box input {
  float: left;
  line-height: 56px;
  width: 300px;
  color: #000000;
  font-size: 14px;
  background: transparent;
}
.product .box .sss {
  width: 30px;
  height: 56px;
  float: right;
  cursor: pointer;
  background: url("../images/ss2.png") no-repeat center;
}
.product .classify {
  width: 70%;
  height: 80px;
  box-sizing: border-box;
  background-color:#28303c;
  float: right; line-height:80px; margin-top:50px
}
@media only screen and (max-width: 1024px){
.biaoti {
  width: 100%;
  height: 98px; float:none; text-align:center;
}


	.product { padding: 30px 0px;
}
	
	.product .box { float:none; width:100%; margin-top: 30px; height: 100px; box-sizing: border-box;padding: 0 0; text-align:center;margin-left:0%
}	
	
}

@media only screen and (max-width: 768px){
	
	.product .box { margin-top: 20px; height: 80px;
}	
	
}


.product .classify ul {
  width: 85%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; margin:0 15% 0 5%;
}


@media only screen and (max-width: 1680px){
.product .classify ul {  width: 82%; margin:0 17% 0 5%;
}


}


@media only screen and (max-width: 1440px){
.product .classify ul {  width: 80%; margin:0 21% 0 3%;
}


}

@media only screen and (max-width: 1024px){


.biaoti h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  color: #000;
}
.biaoti .xian {
  width: 39px;
  height: 3px;
  background-color: #ffc363; margin:0px auto
}
	
.product .classify {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  margin-right: -310px;
  float: none; background:none;
}

.product .classify ul {  width: 88%; margin:0 auto;display:flex;justify-content:flex-start;flex-wrap:wrap
}


}




@media only screen and (max-width: 1024px){


.biaoti h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  color: #000;
}
.biaoti .xian {
  width: 39px;
  height: 3px;
  background-color: #ffc363; margin:0px auto
}

}


.product .classify ul li.on::after {
  height: 56px;
}
.product .classify ul li.on a {
  color: #ffc363;
}
.product .classify ul li::after {
  width: 1px;
  height: 0;
  background: url("../images/xian.png") no-repeat center;
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.product .classify ul li {
  position: relative;
  line-height: 80px;
  font-size: 16px;
  color: #b0c0d7;
}
.product .classify ul li a {
  color: #b0c0d7;
  transition: 0.3s;
}

@media only screen and (max-width: 1024px){
	
	
.product .classify ul li.on::after {
  height: 56px;
}
.product .classify ul li.on a {
  color: #333;
}
.product .classify ul li::after {
  width: 1px;
  height: 0;
  background: url("../images/xian.png") no-repeat center;
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.product .classify ul li {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  color: #333; background:#fff; width:22%; padding:5px 10px; margin:1% 1.2%;border-radius:15px; text-align:center
}

.product .classify ul li a {
  color: #333;
  transition: 0.3s;
}
	
}


@media only screen and (max-width: 414px){
	
.product .classify { height: 150px;
}
.product .classify ul{ width:98%}
.product .classify ul li {
  position: relative;
  line-height: 20px;
  font-size: 14px; background:#fff; width:46%; padding:5px 10px; margin:1% 2%;
}
}









.product .picScroll-left {
  width: 100%;
  margin-top: 55px;
  box-sizing: border-box;
  padding: 0 100px;
  position: relative;
}
.product .picScroll-left .prev:hover {
  background: url("../images/jt21.png") no-repeat center;
}
.product .picScroll-left .prev {
  display: block;
  width: 32px;
  height: 58px;
  background: url("../images/jt1.png") no-repeat center;
  transition: 0.3s;
  position: absolute;
  top: 348px;
  left: 35px;
}
.product .picScroll-left .next:hover {
  background: url("../images/jt2.png") no-repeat center;
}
.product .picScroll-left .next {
  display: block;
  width: 32px;
  height: 58px;
  background: url("../images/jt11.png") no-repeat center;
  transition: 0.3s;
  position: absolute;
  top: 348px;
  right: 35px;
}
.product .picScroll-left li:hover {
  border: 5px solid #ffc363;
}
.product .picScroll-left li:hover .tu img {
  transform: scale(1.2);
}
.product .picScroll-left li:hover .ti{  color: #ffc363;}
.product .picScroll-left li:hover .ti a {
  font-weight: bold;
  color: #ffc363;
}
.product .picScroll-left li:hover .mo {
  background: url("../images/jia2.png") no-repeat center;
}
.product .picScroll-left li {
  transition: 0.5s;
  float: left;
  width: 23.2558%;
  height: 600px;
  background-color: #ffffff;
  border: solid 5px transparent;
  margin-right: 26.5px;
}
.product .picScroll-left li .tu {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.product .picScroll-left li .tu img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 1s;
  max-width: 100%;
  object-fit: cover;
}
.product .picScroll-left li em {
  display: block;
  color: #999999;
  margin: 28px 0 14px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .picScroll-left li .ti {
  width: 100%;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .picScroll-left li .ti a {
  color: #333;
  transition: 0.3s;
}
.product .picScroll-left li .mo {
  display: block;
  width: 178px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  background: url("../images/jia1.png") no-repeat center;
  box-sizing: border-box;
  padding-left: 40px;
  margin: 0 auto;
  transition: 0.5s;
}
.about {
  width: 100%;
  height: 800px;
  padding-top: 130px;
  box-sizing: border-box;
  text-align: center; background-color:#191b1a
}
.about h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #ffc363;
}
.about h3 a {
  color: #ffc363;
}
.about p {
  margin: 18px 0 22px;
  color: #7d6d53;
  font-weight: bold;
  font-family: simsun;
  font-size: 15px;
  line-height: 10px;
}
.about .xian {
  width: 39px;
  height: 3px;
  background-color: #ad884f;
  margin: 0 auto;
}
.about .jie {
  line-height: 35px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 16px;
  margin: 35px auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  width: 100%; text-align:center
}


.about ul {
  width: 80%;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}






.about ul li:hover i {
  animation: 1.5s jello;
}
.about ul li { width:25%;
  height: 250px;
   padding-top: 20px;
  box-sizing: border-box;
}




.about ul li { width:22%;
  height: 250px;
   padding-top: 20px;
  box-sizing: border-box;
}



.about ul li i {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  margin-bottom: 10px;  border-radius: 50px;
  border: dashed 2px #ffc363; margin-left:30%
}
.about ul li i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; width:50%
}
.about ul li span {
  display: block;
  color: #ffc363;
  font-size: 16px; width:100%; text-align:center
}

.shuzi{ font-size: 56px!important;width:100%; text-align:center}





@media screen and (max-width: 1024px) {
.about { height: 600px;padding-top: 60px; 
}


.about h3 {
  font-size: 35px;
  line-height: 35px;
}

.about .jie { width:94%; text-align:left; line-height: 30px;
  font-size: 14px;}
	
.about ul { width:100%}

	

.about ul li i {
  width: 80px;
  height: 80px;
}

.shuzi{ font-size: 30px!important;width:100%; text-align:center}
}
	





@media screen and (max-width: 768px) {
	
.about { height: 640px;padding-top: 60px; -webkit-line-clamp: 7;
}

.about ul li {
  height: 200px;
}

.about ul li i {
  width: 70px;
  height: 70px;
}



	.shuzi{ font-size: 26px!important;width:100%; text-align:center}
	
	}
	
	
	
	@media screen and (max-width: 414px) {
	
.about { height: 560px;padding-top: 40px; -webkit-line-clamp: 7;
}
.about h3 {
  font-size: 30px;
  line-height: 30px;
}

.about ul li {
  height: 150px;
}

.about ul li i {
  width: 50px;
  height: 50px;
}



	.shuzi{ font-size: 20px!important;width:100%; text-align:center}
	
	.about ul li span {
  font-size: 14px; 
}
	
	}




.reason {
  width: 100%;
  height: 990px;
  background: url("../images/bg4.jpg") no-repeat center;
  padding-top: 81px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.reason .pic1 {
  position: absolute;
  top: 27px;
  right: 253px;
}
.reason .pic2 {
  position: absolute;
  bottom: 93px;
  left: 120px;
  border-left: 93px 120px solid;
}
.reason .biao {
  text-align: center;
  height: 100px;
}
.reason .biao img {
  display: block;
  margin: 0 auto;
}
.reason .biao h3 {
  color: #111111;
  margin: 20px 0 23px;
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
}
.reason .biao .xian {
  width: 74px;
  height: 4px;
  background-color: #ffc363;
  margin: 0 auto;
}
.reason ul {
  width: 1125px;
  height: 490px;
  margin: 130px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason ul li.on {
  width: 583px;
}
.reason ul li.on .left {
  background-color: #ffc363;
  box-shadow: 3.5px 3.5px 0px 0px #dba755;
}
.reason ul li.on .box {
  opacity: 1;
}
.reason ul li {
  width: 155px;
  position: relative;
  height: 495px;
  transition: 0.7s;
  overflow: hidden;
}
.reason ul li .left {
  transition: 0.5s;
  cursor: pointer;
  width: 150px;
  height: 490px;
  background-color: #ffffff;
  box-shadow: 3.5px 3.5px 0px 0px #fef2df;
  border-radius: 5px;
  border: solid 1px #ffc363;
  position: relative;
  z-index: 999;
}
.reason ul li .left i {
  display: block;
  text-align: center;
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #e1b56d;
  position: relative;
}
.reason ul li .left i img {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.reason ul li .left .zi {
  width: 42px;
  margin: 48px 0 0 57px;
}
.reason ul li .left .zi p {
  writing-mode: tb-rl;
  letter-spacing: 3.2px;
  color: #111111;
  font-size: 20px;
  line-height: 20px;
  float: left;
}
.reason ul li .left .zi span {
  display: block;
  letter-spacing: 1.9px;
  color: #d6a556;
  float: right;
  font-size: 12px;
  line-height: 11px;
  writing-mode: tb-rl;
}
.reason ul li .box {
  width: 400px;
  height: 452px;
  transition: 0.7s;
  opacity: 0;
  position: absolute;
  bottom: 5px;
  right: 0px;
  border-right: 5px 0px solid;
}
.reason ul li .box .ti {
  letter-spacing: 3px;
  color: #111111;
  font-size: 20px;
  line-height: 20px;
}
.reason ul li .box .yin {
  color: #aaaaaa;
  margin: 13px 0 15px;
  font-size: 12px;
  line-height: 12px;
}
.reason ul li .box .xian {
  width: 21px;
  height: 2px;
  background-color: #ffc363;
}
.reason ul li .box .jie {
  line-height: 24px;
  letter-spacing: 2px;
  color: #666666;
  font-size: 14px;
  margin: 22px 0 16px;
  height: 72px;
}
.reason ul li .box img {
  width: 400px;
  height: 280px;
}
.customized {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: url("../images/bg5.jpg") no-repeat center;
  padding-top: 84px;
  box-sizing: border-box;
}
.customized .pic {
  position: absolute;
  top: 115px;
  right: 228px;
}
.customized h3 {
  height: 44px;
  width: 640px;
  background: url("../images/ruichuang.png") no-repeat left center;
  padding-top: 8px;
  box-sizing: border-box;
  padding-right: 45px;
  letter-spacing: 5.8px;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  text-align: right;
}
.customized .xian {
  width: 55px;
  height: 3px;
  background-color: #ffc363;
  margin: 35px 0 28px;
}
.customized p {
  line-height: 30px;
  letter-spacing: 2.6px;
  color: #8b8a8a;
  font-size: 16px;
  margin-bottom: 23px;
  width: 280px;
}
.customized .mo {
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #ffc363;
  box-sizing: border-box;
  text-align: center;
  line-height: 46px;
  color: #ffc363;
  letter-spacing: 2.6px;
  font-size: 16px;
}
.case {
  width: 100%;
  padding-top: 99px;
  box-sizing: border-box; height:auto; padding-bottom:30px
}
.case .mos {
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #ffc363;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #ffc363;
  float: right;
  box-sizing: border-box;
  margin-top: 23px;
}
.case ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
  box-sizing: border-box;
  padding-left: 650px;
}
.case ul li:hover .tu {
  background: #ffc363;
}
.case ul li:hover .tu img {
  transform: scale(1.2);
}
.case ul li:hover .ti a {
  color: #ffc363;
}
.case ul li:hover .ti a p {
  color: #ffc363;
}
.case ul li:nth-child(1) {
  width: 620px;
  height: 536px;
  position: absolute;
  top: 0px;
  left: 0px;
}


@media only screen and (max-width: 1024px){
.case{ display:none
}	
	
	
	
	}



.case ul li:nth-child(1) .tu {
  height: 500px;
}
.case ul li {
  width: 310px;
  height: 290px;
}
.case ul li .tu {
  width: 100%;
  height: 210px;
  background-color: #f5f5f5;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 10px;
}
.case ul li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case ul li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case ul li .ti {
  width: 100%;
  height: 16px;
  margin-top: 20px;
  line-height: 16px; font-size:16px
}
.case ul li .ti a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  position: relative;
}
.case ul li .ti a p {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 16px;
  color: #cccccc;
  font-size: 16px;
  transition: 0.3s;
}
.message {
  width: 100%;
  height: 850px;
  background: url("../images/bg6.jpg") no-repeat center;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.message .biao {
  text-align: center;
  height: 100px;
}
.message .biao img {
  display: block;
  margin: 0 auto;
}
.message .biao h3 {
  color: #fff;
  margin: 20px 0 23px;
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
}
.message .biao .xian {
  width: 74px;
  height: 4px;
  background-color: #ffc363;
  margin: 0 auto;
}
.message .ly {
  width: 630px;
  margin: 55px auto 0;
}
.message .ly #tel {
  background: #f5f5f5 url(../images/l2.png) no-repeat 22px center;
  margin-top: 20px;
}
.message .ly input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #f5f5f5 url(../images/l1.png) no-repeat 20px center;
  transition: 0.7s;
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #7d7d7d;
  box-sizing: border-box;
  padding-left: 56px;
  display: block;
}
.message .ly input::placeholder {
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #7d7d7d;
}
.message .ly #codeText {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  color: #7d7d7d;
  background: #f5f5f5 url(../images/l3.png) no-repeat 20px center;
  border: none;
}
.message .ly .yzm {
  position: relative;
  width: 100%;
  height: 60px;
  font-weight: normal;
  margin-top: 20px;
}
.message .ly #imgCode {
  position: absolute;
  display: block;
  width: 81px;
  height: 32px;
  top: 14px;
  right: 14px;
  color: #7d7d7d;
  background-color: #7d7d7d;
}
.message .ly #btn {
  width: 300px;
  height: 60px;
  background-color: #ffc363;
  border-radius: 5px;
  display: block;
  line-height: 60px;
  letter-spacing: 0px;
  font-size: 16px;
  color: #111;
  outline: none;
  cursor: pointer;
  margin: 25px auto;
  text-align: center;
}
.message .ly #contant {
  width: 100%;
  height: 142px;
  transition: 0.7s;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 58px;
  background: #f5f5f5 url(../images/l4.png) no-repeat 18px 21px;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 56px;
  display: block;
  margin-top: 20px;
}
.message .ly #contant::placeholder {
  font-size: 14px;
  line-height: 58px;
  letter-spacing: 0px;
  color: #7d7d7d;
}
.news {
  width: 100%;
  height: 930px;
  background-color: #f5f5f5;
  padding-top: 99px;
  box-sizing: border-box;
}
.news .hd {
  width: 150px;
  height: 50px;
  float: right;
  margin-top: 24px;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  background-color: #fff;
}
.news .hd ul li.on a {
  color: #111;
}
.news .hd ul li {
  text-align: center;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #ffc363;
  line-height: 46px;
  box-sizing: border-box;
  font-size: 16px;
  transition: 0.3s;
}
.news .hd ul li a {
  color: #ffc363;
  transition: 0.3s;
}
.news .bd {
  width: 100%!important;
  margin-top: 52px;
}
.news .bd .yi {
  width: 100%;
  height: 270px;
}
.news .bd .yi .shi {
  float: left;
  width: 210px;
  height: 270px;
  background-color: #ffc363;
  text-align: center;
  padding-top: 93px;
  box-sizing: border-box;
  color: #111111;
  font-family: arial;
  font-size: 22px;
  line-height: 16px;
}
.news .bd .yi .shi p {
  color: #111111;
  font-family: arial;
  font-size: 60px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 14px;
}
.news .bd .yi .tu:hover img {
  transform: scale(1.2);
}
.news .bd .yi .tu {
  width: 400px;
  height: 270px;
  float: left;
  overflow: hidden;
}
.news .bd .yi .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .bd .yi .zi {
  float: right;
  width: 688px;
  height: 270px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 38px 68px 0 40px;
}
.news .bd .yi .zi .nian {
  color: #999999;
  font-size: 14px;
  line-height: 11px;
}
.news .bd .yi .zi .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 32px 0 17px;
  font-size: 16px;
}
.news .bd .yi .zi .ti a {
  color: #111111;
  transition: 0.3s;
}
.news .bd .yi .zi .jie {
  line-height: 27px;
  letter-spacing: 0px;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd .yi .zi .mo {
  margin-top: 40px;
  font-size: 16px;
  line-height: 12px;
  color: #ffc363;
}


@media screen and (max-width: 1024px) {
	
.news {
  width: 100%; height:auto; padding-top:40px
}	
	
	
	
.news .hd {
  width: 150px;
  height: 50px;
  float: right;
  margin-top: 24px; display:none
}
	
.news .bd {
  margin-top: 10px;
}

.news .bd .yi {
  width: 100%;
  height: 250px;
}
.news .bd .yi .shi {
  float: left;
  width: 15%;
  height: 250px;
  background-color: #ffc363;
  text-align: center;
  padding-top: 93px;
  box-sizing: border-box;
  color: #111111;
  font-family: arial;
  font-size: 22px;
  line-height: 16px;
}

.news .bd .yi .tu {
  width: 35%;
  height: 250px;
  float: left;
  overflow: hidden;
}

.news .bd .yi .zi {
  float: right;
  width: 50%;
  height: 250px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 38px 68px 0 40px;
}

	
}

@media screen and (max-width: 414px) {
	
	
	.news .bd .yi { display:none}
	
	
	
	}





.news .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd ul li:hover {
  transform: translateY(-8px);
}
.news .bd ul li:hover .ti {
  color: #ffc363;
}
.news .bd ul li:hover .ti a {
  color: #ffc363;
}
.news .bd ul li {
  transition: 0.5s;
  width: 420px;
  height: 140px;
  background-color: #ffffff;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 30px 52px 0 30px;
}



@media screen and (max-width: 1024px) {
	
	
.news .bd ul li {
  transition: 0.5s;
  width: 48%;
  height: 140px;
  background-color: #ffffff;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 30px 52px 0 30px;
}
	
}






.news .bd ul li .ti {
  width: 100%;
  height: 39px;
  border-bottom: 1px dashed #ddd;
  font-size: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



@media screen and (max-width: 414px) {
	
	
.news .bd ul li {
  transition: 0.5s;
  width: 98%;
  height: 100px;
  background-color: #ffffff;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px 52px 0 30px;
}


.news .bd ul li .ti {
  width: 100%;
  height: 30px;
  border-bottom: 1px dashed #ddd;
  font-size: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
	
}

.news .bd ul li .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd ul li .shi {
  float: left;
  font-size: 14px;
  line-height: 11px;
  color: #999;
}
.news .bd ul li .mo {
  font-size: 14px;
  line-height: 12px;
  color: #ffc363;
  float: right;
  display: block;
}
#cursor {
  position: fixed;
  z-index: 9998;
  pointer-events: none;
}
#cursor i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: #ffc363;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0 solid #000;
  transition: all 0.3s;
}
#cursor.hover i {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0.3;
}
.fo_wrap {
  z-index: 2;
  pointer-events: none;
  z-index: 9997;
  position: fixed;
  top: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.follower.scroll {
  width: 20vh;
  height: 20vh;
}
.follower {
  position: absolute;
  width: 80vh;
  height: 80vh;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.follower span {
  width: 40px;
  height: 40px;
  border-radius: 200%;
  border: 1px solid #ffc363;
  display: block;
  position: absolute;
  left: -5%;
  top: -5%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.follower.zoom {
  width: 100vh;
  height: 100vh;
}
.follower.zoom span {
  border-color: rgba(255, 255, 255, 0.3);
}



.tempWrap{overflow:hidden; position:relative; width:1690px}
.tempWrap ul{width: 5648.5px; position: relative; overflow: hidden; padding: 0px; margin: 0px; left: -3476px;}
.tempWrap ul li{ width:388px!important; float:left}




@media only screen and (max-width: 1680px){


.tempWrap{overflow:hidden; position:relative; width:1470px}
.tempWrap ul li{ width:350px!important; float:left}

}



@media only screen and (max-width: 1440px){


.tempWrap{overflow:hidden; position:relative; width:100%}
.tempWrap ul li{ width:272px!important; float:left}

}


@media only screen and (max-width: 1366px){


.tempWrap{overflow:hidden; position:relative; width:100%}
.tempWrap ul li{ width:270px!important; float:left}

}

@media only screen and (max-width: 1024px){


.tempWrap{overflow:hidden; position:relative; width:100%}
.tempWrap ul li{ width:200px!important; float:left}

}

@media only screen and (max-width: 768px){


.tempWrap{overflow:hidden; position:relative; width:100%}
.tempWrap ul li{ width:300px!important; float:left}

}
@media only screen and (max-width: 414px){



.tempWrap ul li{ width:290px!important; float:left}

}

@media only screen and (max-width: 375px){



.tempWrap ul li{ width:250px!important; float:left}

}


@media only screen and (max-width: 360px){



.tempWrap ul li{ width:240px!important; float:left}

}


@media only screen and (max-width: 1680px){


.product .picScroll-left {
  width: 100%;
  margin-top: 55px;
  box-sizing: border-box;
  padding: 0 100px;
  position: relative;
}

.product .picScroll-left .prev {
  top: 148px;
}

.product .picScroll-left .next {
  top: 148px;
}

.product .picScroll-left li { width: 23.2558%;
  height: 450px;
  margin-right: 26.5px;
}
.product .picScroll-left li .tu {height: 300px;}


.product .picScroll-left li .ti {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 25px;
 
}

.product .picScroll-left li .mo {
  width: 178px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-left: 40px;
 
}



}




@media only screen and (max-width: 1024px){


.product .picScroll-left {
  width: 100%;
  margin-top: 55px;
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
}

.product .picScroll-left .prev {
  top: 100px;  width: 25px; height: 48px; left: 15px;background-size:100% 100%!important;
}

.product .picScroll-left .next {
  top: 100px;width: 25px; height: 48px; right: 15px;background-size:100% 100%!important;
}


.product .picScroll-left li { width: 23.2558%;
  height: 420px;
  margin-right: 26.5px; 
}
.product .picScroll-left li .tu {height: 280px;}



.product .picScroll-left li .ti {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
 
}

.product .picScroll-left li .mo {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 40px;
  background: url("../images/jia1.png") no-repeat center;background-size:100% 100%!important;
 
}



}
@media only screen and (max-width: 1024px){

.product .picScroll-left li { width: 23.2558%;
  height: 420px;
  margin-right: 26.5px; 
}
.product .picScroll-left li .tu {height: 280px;}}



@media only screen and (max-width: 414px){

.product .picScroll-left li { width: 23.2558%;
  height: 380px;
  margin-right: 26.5px; 
}
.product .picScroll-left li .tu {height: 250px;}}

